home *** CD-ROM | disk | FTP | other *** search
/ Ahoy 1985 December / Ahoy_Magazine_85-12_1985_Double_L.d64 / planet setup (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  12KB  |  196 lines

  1. 1 rem *** planet setup ***
  2. 2 rem makes 'gypsy planets' for 'gypsy'
  3. 5 poke 53265,peek(53265)or 64
  4. 10 open 2,8,2,"gypsy planets,seq,write"
  5. 14 rem * planet names *
  6. 15 b$="":b=0:x$=chr$(13)
  7. 16 read a$
  8. 17 if a$="xxxxx" then print#2,a$:goto 50
  9. 18 gosub 45:print#2,a$:print a$
  10. 19 b=b+1:goto 16
  11. 21 data andalusia,iberia,hibernia,caledonia,gales,gaul,lusitania,atlantis
  12. 22 data misericordia,salamanca,catalonia,languedoc,navarre,scandia,ulster,zulu
  13. 23 data kurdistan,armenia,samaria,galilee,salem,plymouth,eritrea,ogaden
  14. 24 data hadramawt,shona,ndebele,uzbekskaya,buryat,khalkha,aimaq,pradesh
  15. 25 data pandit,kalash kafir,borush,sherpa,lepcha,gurung,nephilim,thai
  16. 26 data persia,bactria,sardis,laconia,etruria,dalmatia,venetia,dacia
  17. 27 data ibana,maori,wikmungkan,walbiri,jigalong,kukukuku,goilala,arapesh
  18. 28 data yap,fang,biafra,hausa,malinke,dogon,druzia,sheba
  19. 29 data kabab,homr,mycenae,knossos,latium,bilbao,cantabria,romany
  20. 30 data bohemia,silesia,estonia,lithuania,flanders,bretagne,orange,quechua
  21. 31 data olmeca,teotihuacan,tikal,titicaca,macchu picchu,ge,guarani,xingu
  22. 32 data bahia,amahuaca,aymara,ainu,yanomamo,otavalo,guajiro,kogi
  23. 33 data costenoga,cherokee,dakota,hopi,shoshone,qapaw,waco,kickapoo
  24. 34 data wampanoag,caddo,shawnee,creek,apache,pueblo,navaho,arapaho
  25. 35 data acadia,manchuria,tibet,shogun,hakka,taipei,hunan,hmong
  26. 36 data rocannon,arrakis,medea,terminus,urth,rama,treason,worthing
  27. 37 data trondheim,nauvoo,deseret,erewhon,riverworld,trout,inwit,dandelion
  28. 38 data wozniak,jobs,bushnell,tramiel,pournelle,turing,asky,univac
  29. 39 data niven,bishop,o'neill,varley,martin,kessel,kilroy,vonnegut
  30. 40 data yolen,norton,brummet,bova,asprin,turtledove,rucker,liavek
  31. 41 data swanwick,shiner,van name,wylde,fowler,shepard,meacham,schiff
  32. 42 data ferman,moynihan,iacocca,minas gerais,moab,edom,canaan,sumer
  33. 43 data babylon,biloxi,mishawaka,scholz,mayhar,carthage,keizer,poiuyt,xxxxx
  34. 44 rem convert strings
  35. 45 d$="":for i=1 to len(a$):c$=mid$(a$,i,1)
  36. 46 d$=d$+chr$(asc(c$)or 192):next:a$=d$:return
  37. 49 rem ** world types
  38. 50 for i=0 to 5:read a$:print#2,a$:print i,a$:next
  39. 51 data a space station,a large moon,a small rocky planet
  40. 52 data uninhabited,populated by humans,populated by aliens
  41. 59 rem ** gypsy names
  42. 60 for k=0 to 32:read a$:gosub 45:print#2,a$:print k,a$:next
  43. 65 data rana,mara,mishak,doc,granny,vish,fingers,hopper,loop,dram,hack,pock
  44. 66 data will,alec,booker,clam,fizz,igor,jacques,king,noose,opal,quink,rabbit
  45. 67 data shaker,toff,ully,yackity,zipper,kagan,thumb,blade,gregorio
  46. 98 rem ** uninhabited worlds
  47. 99 for i=0 to 9:read a$,b$,c$,d$,e$,f$,g$:print#2,a$x$b$x$c$x$d$x$e$x$f$x$g$
  48. 100 print i,a$:next
  49. 101 data cold bare rock without water or wind
  50. 102 data fell into a crevice,got lost and froze to death
  51. 103 data set off an avalanche and was crushed
  52. 104 data a pure vein of platinum,a cliff carved with an alien language
  53. 105 data the original voyager spacecraft
  54. 106 data a thick impenetrable layer of vines and ferns
  55. 107 data was devoured by a man-eating plant,sank into a hidden bog
  56. 108 data died of violent allergies to pollen
  57. 109 data a vine that bears high-calory fruit,sap that hardens into jewels
  58. 110 data an insect whose bite cures cancer
  59. 111 data a mile-thick layer of dust
  60. 112 data sank into the dust and disappeared,choked to death in the wind
  61. 113 data was eaten by a huge dustworm,a patch of euphoria-causing dust
  62. 114 data a new species of oxygen-making microbe,diamonds excreted by dustworms
  63. 116 data a surface entirely encrusted with       dazzling crystals
  64. 117 data fell and was cut to ribbons,was crusted over with crystals
  65. 118 data went mad from the patterns of light
  66. 119 data crystals that hold megabytes of memory
  67. 120 data living crystals that paint with pure    light,huge emeralds
  68. 121 data the highly radioactive husk of a world  that died in nuclear war
  69. 122 data died of radiation poisoning,was killed by a mutated virus
  70. 123 data triggered an ancient landmine,a sculpture of ineffable beauty
  71. 124 data the history of a lost civilization,a mutated species of sentient rat
  72. 126 data the dusty ruins of a species that left  to voyage among the stars
  73. 127 data ate a fruit that caused fatal dysentery,was killed by a crazed robot
  74. 128 data fell into a disintegrator unit,a matter-destroying disintegrator
  75. 129 data the secret of instant matter transfer,a gallery of priceless paintings
  76. 131 data a vast ocean without a speck  of land
  77. 132 data was pulled into the sea by a huge squid,drank the water and died
  78. 133 data was covered by a hideous algae and driedup in moments
  79. 134 data swimming oysters with giant pearls,ivory tusks from dead narwhals
  80. 135 data a species of grain that grows in salt   water
  81. 136 data a surface ravaged by violent storms and smothering blizzards
  82. 137 data was carried off by the wind,was buried in a snowdrift
  83. 138 data was ground to powder in a sandstorm,the log of the lost ship enterprise
  84. 139 data a tree with wood tougher than steel,a plant that synthesizes hydrogen
  85. 141 data a young planet with constant volcanoes  and earthquakes
  86. 142 data was caught in lava,fell into a geyser,choked to death on flying ash
  87. 143 data a river of pure platinum,the oldest meteorite ever found
  88. 144 data a pool of self-replicating proteins--thebeginnings of life!
  89. 146 data a glass-smooth surface covered with the wrecks of old starships
  90. 147 data sank into the surface and vanished,was sucked into a tiny black hole
  91. 148 data grew smaller and smaller--and finally   disappeared
  92. 149 data small singularities that allow time     travel
  93. 150 data gold from an ancient cargo ship,a radiation-suppression field
  94. 198 rem ** worlds populated by humans
  95. 199 for i=0 to 9:read a$,b$,c$,d$,e$,f$,g$:print#2,a$x$b$x$c$x$d$x$e$x$f$x$g$
  96. 200 print i,a$:next
  97. 201 data a tribe of primitive hunters and fruit- gatherers
  98. 202 data wandered off and was eaten,offended the chief and was killed
  99. 203 data got fleas that carried a deadly disease
  100. 204 data ivory,pelts,anthropological data
  101. 206 data a farming village whose people scratch  the soil with stone tools
  102. 207 data got romantically involved and was killedby a furious father
  103. 208 data got in a quarrel and was mashed with a  stone ax,caught a pox and died
  104. 209 data a domesticated flying lizard,primitive but lovely pots,opals
  105. 211 data a bronze-using civilization that builds huge stone monuments
  106. 212 data was sacrificed to a rain god,was crushed under a block of stone
  107. 213 data insulted a priest and was poisoned,magnificent stone sculptures
  108. 214 data a soft and beautiful metal alloy,gilt daggers of cunning artifice
  109. 216 data a coastal village of sea-faring traders
  110. 217 data was carried off into slavery,was thrown overboard
  111. 218 data was caught 'borrowing' a jewel and was  tortured to death
  112. 219 data a snake whose venom is subtle and strong,a species of succulent fish
  113. 220 data beautifully decorated harpoons and fish knives
  114. 221 data a people who dwell in a vast network of caverns and burrows
  115. 222 data was buried in the collapse of a tunnel,ate a poisonous mushroom
  116. 223 data got lost forever in a labyrinth,an exquisitely flavorful mold
  117. 224 data a brightly luminous fish,the largest emeralds ever found
  118. 226 data a huge city housed in a single mile-highbuilding
  119. 227 data fell (or was pushed) from a balcony,argued with a cop and was shot
  120. 228 data was run over by a corridor-taxi,high-powered roller skates
  121. 229 data an aphrodisiac that works,a pivotal new book on psychology
  122. 231 data a people who live in the tops of huge   deciduous trees
  123. 232 data stumbled on a high branch,was eaten by a carnivorous sloth
  124. 233 data was kidnapped and vivisected,the seeds of a species of sentient tree
  125. 234 data a moss that synthesizes helium--and floats
  126. 235 data an algae that serves as a fast and      powerful computer
  127. 236 data a whole town living in a huge basket    slung under a vast balloon
  128. 237 data lit a match and was immediately pushed off,was carried off by a roc
  129. 238 data was eaten by one of the huge carnivores on the surface
  130. 239 data a plant that turns sunlight into usable heat,a domesticated bat
  131. 240 data cleverly engineered wings that allow    humans to fly
  132. 241 data a family of dragon breeders who wager onthe vicious wyrmfights
  133. 242 data caught a dragon's eye and became lunch,was killed over a wyrmfight bet
  134. 243 data was forced to marry a local and stay on this world
  135. 244 data dragons' eggs,hallucinogenic dragons'   dung
  136. 245 data a small dragon parasite that causes lostlimbs to regenerate
  137. 246 data a tribe of horsemen who tend vast herds of woolly mammoths
  138. 247 data was trampled in a stampede,annoyed a native with a blowgun
  139. 248 data stood too near a flatulent mammoth and  suffocated
  140. 249 data mammoth ivory,cheese made from mammoth milk
  141. 250 data "a breed of small, tough, fast, and      almost sentient horses"
  142. 298 rem ** worlds populated by aliens
  143. 299 for i=0 to 9:read a$,b$,c$,d$,e$,f$,g$:print#2,a$x$b$x$c$x$d$x$e$x$f$x$g$
  144. 300 print i,a$:next
  145. 301 data a race of sentient squids that tend     gardens under the sea
  146. 302 data broke an airhose and drowned,was hypnotized and lured into open jaws
  147. 303 data took a sample of coral that turned out  to be sacred
  148. 304 data exquisite bansai coral,pet seaweed that does tricks,seabottom salmon
  149. 305 data creatures of pure mind that dwell by    pools and streams
  150. 306 data died trying to separate body from mind,became depressed and catatonic
  151. 307 data went mad from dredged-up memories of    past crimes
  152. 308 data proof of unprovable mathematical        propositions
  153. 309 data the secret of folded space,a complete   map of the universe
  154. 310 data monkeyish tree-dwellers that live only  to sing in the treetops
  155. 311 data didn't wear earplugs and was enraptured by song--forgetting to breathe
  156. 312 data tried to sing a duet and was pelted to  death with fruit
  157. 313 data ate a tree slug that regenerated 1000   times internally
  158. 314 data recordings of songs,an adventurous youngsinger of surpassing talent
  159. 315 data an 'unsong bird' that generates a field of silence wherever it goes
  160. 316 data on a planet of dinosaurs--a race of wisebirds that never land
  161. 317 data was stepped on by a brontosaurus,fell into a bog and became a fossil
  162. 318 data tried to steal an egg and was picked up and dropped
  163. 319 data midget hadrodons that make great pets,perfume-emitting dragonflies
  164. 320 data xenologically fascinating films of mid- air reproduction
  165. 321 data creatures that live by creating illusionin the minds of their prey
  166. 322 data tried to cross an imaginary bridge,was caught cheating at poker
  167. 323 data did magic tricks the aliens couldn't do and was taken prisoner
  168. 324 data permanent illusions tied to small jewels,a fast-growing legume
  169. 325 data a ferret that is invariably drawn to    high intelligence
  170. 326 data a race of shapechangers who have        forgotten their 'real' shape
  171. 327 data was shot by a gypsy who thought it was  an impostor,got a fatal illness
  172. 328 data went hunting and bagged the wrong prey,a net-spinning tree
  173. 329 data shape-changing protoplasm,ozone-emitting airborne slime
  174. 330 data clumsy grass-eating behemoths infested  by sentient bloodsuckers
  175. 331 data was taken over by a sucker,was trampled by an angry herd
  176. 332 data said something slanderous about the     suckers,sweet-smelling dung
  177. 333 data an intelligence-enhancing distillation  of sucker hormones
  178. 334 data a sucker-eating bat
  179. 335 data trees that grow clones of any creature  as their fruit
  180. 336 data was devoured and cloned 500 times to    form a village
  181. 337 data climbed a hungry tree,chopped down the chief's daughter for   firewood
  182. 338 data a seedling of a tree that could clone   the dead
  183. 339 data a fibrous plant with steel-like threads,a fire-breathing mouse
  184. 340 data a race of cats that keep dogs and mice  as slaves--while rats rebel
  185. 341 data was lobotomized and trained to fetch forthe king of cats
  186. 342 data tried to pet a dog-soldier,was carried off in the night by a rat pack
  187. 343 data a dog that can repeat hours of conversa-tion word for word
  188. 344 data mice trained as hairdressers,plans for cats to take over the universe
  189. 345 data robots that evolved from an ancient starship service station
  190. 346 data was caught with a data-erasing magnetic device
  191. 347 data was mistakenly lubricated by a repairbot,beat the wrong robot at chess
  192. 348 data organically-grown positronic brains,a metal-preserving fungus
  193. 349 data flea-sized self-replicating repairbots
  194. 990 close 2
  195. 1000 end
  196.